home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel PPC / diff / misc.old.old < prev    next >
Encoding:
Text File  |  1996-06-13  |  6.0 KB  |  95 lines  |  [TEXT/EDIT]

  1. diff -r misc/HISTORY /users/prof/colnet/SmallEiffel/misc/HISTORY
  2. 17a18,21
  3. > - Release - 0.96 -
  4. >    Internal renaming to suppress some warning messages and for a
  5. >    smooth integration with C++ software. DOS and Macintosh better
  6. >    portability.
  7. diff -r misc/HISTORY /users/prof/colnet/SmallEiffel/misc/HISTORYmisc/THANKS /users/prof/colnet/SmallEiffel/misc/THANKS
  8. 13c13
  9. <    Author of spread_illness. Find a bug in character constants.
  10. ---
  11. >    Author of spread_illness. Find a bug in character constants, etc.
  12. 45,47c45,47
  13. < *   Brian STRELIOFF: reported some bugs.
  14. ---
  15. > *   Brian STRELIOFF: reported some bugs and for giving me some 
  16. >    good hints for comptibility with C++ and warning message of
  17. >    gcc.
  18. diff -r misc/THANKS /users/prof/colnet/SmallEiffel/misc/THANKSmisc/basic_test /users/prof/colnet/SmallEiffel/misc/basic_test
  19. 101a102
  20. >     /bin/rm -f a.out
  21. 108a110,123
  22. >     /bin/rm -f a.out
  23. > end
  24. > ###################################################################
  25. > cd ${SmallEiffel}/lib_show/bench2
  26. > foreach b (*_bench2.e)
  27. >     /bin/rm -f a.out
  28. >     ${compile} $* $b make > /dev/null
  29. >     ./a.out > /dev/null
  30. >     if ($status) then
  31. >        echo "Error in lib_show/${b}.e"
  32. >        exit 1
  33. >     endif
  34. >     echo -n "."
  35. >     /bin/rm -f a.out
  36. diff -r misc/basic_test /users/prof/colnet/SmallEiffel/misc/basic_testmisc/self_test.good_output /users/prof/colnet/SmallEiffel/misc/self_test.good_output
  37. 3c3
  38. < Testing ................................................................................................................................................................................................................................................................................................
  39. ---
  40. > Testing ..................................................................................................................................................................................................................................................................................................................
  41. 18c18
  42. < .......... Done.
  43. ---
  44. > ............ Done.
  45. 21c21
  46. < Testing ................................................................................................................................................................................................................................................................................................
  47. ---
  48. > Testing ..................................................................................................................................................................................................................................................................................................................
  49. 36c36
  50. < .......... Done.
  51. ---
  52. > ............ Done.
  53. 39c39
  54. < Testing ................................................................................................................................................................................................................................................................................................
  55. ---
  56. > Testing ..................................................................................................................................................................................................................................................................................................................
  57. 54c54
  58. < .......... Done.
  59. ---
  60. > ............ Done.
  61. 57c57
  62. < Testing ................................................................................................................................................................................................................................................................................................
  63. ---
  64. > Testing ..................................................................................................................................................................................................................................................................................................................
  65. 72c72
  66. < .......... Done.
  67. ---
  68. > ............ Done.
  69. 75c75
  70. < Testing ................................................................................................................................................................................................................................................................................................
  71. ---
  72. > Testing ..................................................................................................................................................................................................................................................................................................................
  73. 90c90
  74. < .......... Done.
  75. ---
  76. > ............ Done.
  77. 93c93
  78. < Testing ................................................................................................................................................................................................................................................................................................
  79. ---
  80. > Testing ..................................................................................................................................................................................................................................................................................................................
  81. 108c108
  82. < .......... Done.
  83. ---
  84. > ............ Done.
  85. 111c111
  86. < Testing ................................................................................................................................................................................................................................................................................................
  87. ---
  88. > Testing ..................................................................................................................................................................................................................................................................................................................
  89. 126c126
  90. < .......... Done.
  91. ---
  92. > ............ Done.
  93.